/* 横向滚动
------------------------------ */

.scroll_horizontal{position:relative;height:140px;margin: 0px auto 0;width:940px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:940px;height:150px; margin-left: 40px; }
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:170px; text-align: left; position: relative; height: 150px; overflow: hidden;}
.scroll_horizontal .list li img{
	width: 146px;
	height:46px;
	border: 1px solid #dfdfdf;
}
.scroll_horizontal .list li p{
	text-align: center;
	text-indent: -20px;
}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-70px;width:40px;height:50px;background-image:url(control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer; z-index: 99}
.scroll_horizontal .prev{left:-5px;background-position:0 0;}
.scroll_horizontal .next{right:-80px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}

